projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ae5e1
)
* configure.ac: Set HAVE_XFT to no for summary if HAVE_CAIRO is yes.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 24 Jun 2019 22:24:37 +0000
(07:24 +0900)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Mon, 24 Jun 2019 22:24:37 +0000
(07:24 +0900)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0507f58054a53bdacd8ef2bbd558eacfe6889772..8ff0e21fbf6d46bf174e398f2cd965fac71f38c2 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3353,6
+3353,8
@@
if test "${HAVE_X11}" = "yes"; then
EMACS_CHECK_MODULES([FONTCONFIG], [fontconfig >= 2.2.0])
test "$HAVE_FONTCONFIG" = "no" && AC_MSG_ERROR(cairo requires libfontconfig)
+ dnl For the "Does Emacs use" message at the end.
+ HAVE_XFT=no
else
## Use -lXft if available, unless '--with-xft=no'.
HAVE_XFT=maybe